home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / gg.dxr / 00091.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  128 b   |  9 lines

  1. on exitFrame
  2.   global Gframe, Gmovie, Gflag
  3.   if Gflag = 1 then
  4.     go(1, "credits")
  5.   else
  6.     go(Gframe, Gmovie)
  7.   end if
  8. end
  9.